home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2004 April / MW Apr 04 CD1.iso / Shareware World / OS X / Internet / BlueService 1.2.1 / BlueService.service / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-06-11  |  1.5 KB  |  56 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>BlueService</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>1.2.1 ¬©2002-2003 Christian Grunenberg, DEVONtechnologies.</string>
  11.     <key>CFBundleIconFile</key>
  12.     <string>App</string>
  13.     <key>CFBundleIdentifier</key>
  14.     <string>org.grunenberg.BlueService</string>
  15.     <key>CFBundleInfoDictionaryVersion</key>
  16.     <string>6.0</string>
  17.     <key>CFBundleName</key>
  18.     <string>BlueService</string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>APPL</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string>1.2.1</string>
  23.     <key>CFBundleSignature</key>
  24.     <string>ccsv</string>
  25.     <key>CFBundleVersion</key>
  26.     <string>1.2.1</string>
  27.     <key>NSPrincipalClass</key>
  28.     <string>NSApplication</string>
  29.     <key>NSServices</key>
  30.     <array>
  31.         <dict>
  32.             <key>NSKeyEquivalent</key>
  33.             <dict/>
  34.             <key>NSMenuItem</key>
  35.             <dict>
  36.                 <key>default</key>
  37.                 <string>Send to...</string>
  38.             </dict>
  39.             <key>NSMessage</key>
  40.             <string>doSendToService</string>
  41.             <key>NSPortName</key>
  42.             <string>BlueService</string>
  43.             <key>NSReturnTypes</key>
  44.             <array/>
  45.             <key>NSSendTypes</key>
  46.             <array>
  47.                 <string>NSRTFPboardType</string>
  48.                 <string>NSStringPboardType</string>
  49.             </array>
  50.         </dict>
  51.     </array>
  52.     <key>NSUIElement</key>
  53.     <string>1</string>
  54. </dict>
  55. </plist>
  56.